2005-07-07 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkhscale.c (gtk_hscale_new_with_range):
+ (gtk_vscale_new_with_range): Add some additional docs on
+ precision here too. (#309238, Steve Chaplin)
+
* gdk/x11/gdkmain-x11.c (generate_grab_broken_event): Don't
generate events on destroyed windows.
2005-07-07 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkhscale.c (gtk_hscale_new_with_range):
+ (gtk_vscale_new_with_range): Add some additional docs on
+ precision here too. (#309238, Steve Chaplin)
+
* gdk/x11/gdkmain-x11.c (generate_grab_broken_event): Don't
generate events on destroyed windows.
2005-07-07 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkhscale.c (gtk_hscale_new_with_range):
+ (gtk_vscale_new_with_range): Add some additional docs on
+ precision here too. (#309238, Steve Chaplin)
+
* gdk/x11/gdkmain-x11.c (generate_grab_broken_event): Don't
generate events on destroyed windows.
* increment @step. @step must be nonzero; it's the distance the
* slider moves when using the arrow keys to adjust the scale value.
*
+ * Note that the way in which the precision is derived works best if @step
+ * is a power of ten. If the resulting precision is not suitable for your
+ * needs, use gtk_scale_set_digits() to correct it.
+ *
* Return value: a new #GtkHScale
**/
GtkWidget*
* increment @step. @step must be nonzero; it's the distance the
* slider moves when using the arrow keys to adjust the scale value.
*
+ * Note that the way in which the precision is derived works best if @step
+ * is a power of ten. If the resulting precision is not suitable for your
+ * needs, use gtk_scale_set_digits() to correct it.
+ *
* Return value: a new #GtkVScale
**/
GtkWidget*